home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HiJaak Graphics Suite 3.0
/
HiJaak Graphics Suite V3.iso
/
inset
/
clipart.qif
< prev
next >
Wrap
Text File
|
1995-03-21
|
979b
|
45 lines
--
-- attribute
--
create view value_disp path
AttrV
to Disp thru Disp_AttrV
and AttrN thru AttrN_AttrV;
create view disp_attr path
Disp
to AttrV thru Disp_AttrV
to AttrN thru AttrN_AttrV;
create view attr_disp path
AttrN
to AttrV thru AttrN_AttrV
to Disp thru Disp_AttrV;
--
-- keyword
--
create view key_disp path
KWord
to Intersect thru KeyWord_Title
to TitNote thru Title_KeyWord
to Intersect thru Title_Disp
to Disp thru Disp_Title;
create view disp_key path
Disp
to Intersect thru Disp_Title
to TitNote thru Title_Disp
to Intersect thru Title_KeyWord
to KWord thru KeyWord_Title;
--
-- full table
--
create view disp_all path
Disp
to (Intersect thru Disp_Title
to TitNote thru Title_Disp
to Intersect thru Title_KeyWord
to KWord thru KeyWord_Title)
and AttrV thru Disp_AttrV
to AttrN thru AttrN_AttrV;